Skip to content

Conversation

@kevinkim-ogp
Copy link
Contributor

@kevinkim-ogp kevinkim-ogp commented Nov 6, 2025

TL;DR

This PR us in preparation for the Pair action.
It allows the setting of custom menu options for the RTE.

How to test

  • Existing RTE works as intended (e.g., Postman email)
  • Can set custom options for RTE, and options work as intended

In an action that uses RTE, set this:

customRteMenuOptions: [
        'Bold',
        'Italic',
        'Underline',
        'divider', // specify when to show a divider
        'Heading 1',
        'Heading 2',
        'Heading 3',
        'Heading 4',
        'Bullet List',
        'Ordered List',
        'divider',
        'Undo',
        'Redo',
],

Copy link
Contributor Author

kevinkim-ogp commented Nov 6, 2025

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@kevinkim-ogp kevinkim-ogp marked this pull request as ready for review November 10, 2025 08:49
@kevinkim-ogp kevinkim-ogp requested a review from a team as a code owner November 10, 2025 08:49
@kevinkim-ogp kevinkim-ogp changed the title [PAIR-1]: Refactor RTE to allow custom menu options [AI-ACTION-1]: Refactor RTE to allow custom menu options Nov 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants